@charset "utf-8";
/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2021-01-13 12:41:05
 * @LastEditTime: 2021-09-24 18:16:51
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description: 
 */
.f-fc1{color: #fe2712 !important;}
.f-fc2{color: #ff9000 !important;}
.f-fc3{color: #ffc000 !important;}
.f-fc4{color: #66b132 !important;}
.f-fc5{color: #0098fe !important;}
.f-fc6{color: #3e00a5 !important;}
.f-w{
	width: 1200px;
	margin: 0 auto;
}
[class^=u-tb-]{
	width: 100%;
}
.iconfont{
	position: relative;
}
@-webkit-keyframes rock
{
    from {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
    50% {-webkit-transform:rotate(5deg);transform:rotate(5deg)}
    100% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes rock
{
    from {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
    50% {-webkit-transform:rotate(5deg);transform:rotate(5deg)}
    100% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
	width: 7px;
	height: 7px;
	background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	background-color: #c8c8c8;
}
.u-nav{
    margin: 20px 0;
	font-size: 14px;
	line-height: 36px;
    color: #999;
}
.u-nav > a,.u-nav > span{
	margin: 0 10px;
	color: #999;
	text-decoration: none;
}
/****文章、文章列表****/
.m-art-box{
	margin-bottom: 50px;
	color: #333;
}
.m-art-box .u-art-box{
	position: relative;
}
.m-art-box .u-abstract{
	margin-bottom: 40px;
}
.m-art-box .u-abstract .u-tt{
	font-size: 24px;
	line-height: 38px;
	color: #000;
	font-weight: normal;
}
.m-art-box .u-art-con{
	padding-left: 135px;
	font-size: 16px;
	line-height: 30px;
}
.m-art-box .u-art-con p{
	margin: 15px 0;
	text-indent: 2em;
}
.m-art-box .u-art-con .u-source{
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	color: #979595;	
	text-indent: inherit;
}
.m-art-box .u-art-con img{
	margin: 28px auto;
	display: block;
	max-width: 100%;
	text-indent: initial;
	text-align: center;
}
.m-art-box .u-share-box{
	position: absolute;
	top: 110px;
	width: 70px;
}
.m-art-box .u-share-box .u-time{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #3b85da;
	text-align: center;
}
.m-art-box .u-share-box .p1{
	padding: 8px 0;
	font-size: 24px;
	border-bottom: 1px solid #3b85da;
}
.m-art-box .u-share-box .u-tit{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.m-art-box .u-share-box .u-tit span{
	position: relative;
	display: inline-block;
    background: #fff;
	padding: 0 5px;
	font-size: 12px;
	line-height: 20px;
	color: #a3a3a3;
	font-weight: normal;
	z-index: 99;
}
.m-art-box .u-share-box .u-tit:after{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid #e0e0e0;
}
.u-share-box .u-share-list > a{
	width: 45px;
    height: 45px;
    margin: 10px auto 0;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
	background-color: #dadada;
	text-align: center;
}
.u-share-box .u-share-list > a:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
	transform: scale(0);
}
.u-share-box .u-share-list .icon-icon{
	position: relative;
	z-index: 2;
	display: inline-block;
}
.u-share-box .u-share-list > .u-wx .icon-icon{
	top: 13px;
	width: 24px;
	height:19px;
	background-image: url(../../img/icon/icon_share_wx.png);
}
.u-share-box .u-share-list > .u-wb .icon-icon{
	top: 11.5px;
	width: 26px;
	height: 22px;
	background-image: url(../../img/icon/icon_share_wb.png);
}
.u-share-box .u-share-list > .u-mail .icon-icon{
	top: 12.5px;
	width: 25px;
	height: 20px;
	background-image: url(../../img/icon/icon_share_mail.png);
}
.u-share-box .u-share-list > a:hover:after{
	webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.u-share-box .u-share-list > .u-wx:hover:after{
	background: #13c20a;
}
.u-share-box .u-share-list > .u-wb:hover:after{
	background: #ee5454;
}
.u-share-box .u-share-list > .u-mail:hover:after{
	background: #63aaf4;
}
.u-share-box .u-share-list .icon-icon:hover{
	-webkit-animation: rock .4s;
    animation: rock .4s;
}
.u-share-box .u-layer-weixin{
	width: 0px;
	height: 0px;
	position: absolute;
	overflow: hidden;
	top: 4px;
	left: 60px;
	z-index: 9999;
	background: #fff;
	font-size: 12px;
	color: #999;
	text-align: center;
	border-radius: 5px;
}
.u-share-box .u-layer-weixin div{
	padding: 5px;
	border-radius: 5px;
}
.u-share-box .u-wx:hover > .u-layer-weixin {
	width: 140px;
	height: 160px;
	overflow: initial;
	border: 1px solid #ddd;
}
.u-share-box .u-wx:hover > .u-layer-weixin:before{
	content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-transform: rotate(228deg);
    -ms-transform: rotate(228deg);
    transform: rotate(228deg);
    display: block;
    position: absolute;
    left: -4px;
    top: 15px;
}

.m-art-box .u-art-list{
	margin-left: 15px;
	font-size: 16px;
	line-height: 40px;
}
.m-art-box .u-art-list li{
	position: relative;
	padding-left: 20px;
	overflow: hidden;
}
.m-art-box .u-hr{
	margin: 25px 0 32px;
	height: 1px;
	background-color: #e1e1e1;
}
.m-art-box .u-art-list li::before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	background-color: #0098fe;
	width: 4px;
	height: 8px;
	transform: translateY(-50%);
}
.m-art-box .u-art-list a{
	float: left;
	max-width: 96%;
	color: #333;
	text-decoration: none;
}
.m-art-box .u-art-list span{
	margin-left: 2%;
	float: left;
	color: #999;
}
.u-summary-box{
	padding: 15px;
	display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.u-summary-box .u-sidebar-l{
	margin-right: 20px;
	width: 90px;
}
.u-summary-box .u-sidebar-r{
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.u-summary-box .u-time{
	color: #999;
	text-align: center;
}
.u-summary-box .u-time .p1{
	font-size: 36px;
    font-weight: bold;
    color: #3b85da;
}
.u-summary-box .u-time .p2{
	font-size: 16px;
	line-height: 1;
}
.u-summary-box .u-tt{
	position: relative;
	font-size: 18px;
	line-height: 40px;
}
.u-summary-box .u-tt a{
	color: #333;
}
.u-summary-box .u-con{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	height: 52px;
	overflow: hidden;
}
.u-summary-box .u-con a{
	color: #0098fe;
	text-decoration: none;
}



.m-page {
    margin: 10px 0;
    line-height: 32px;
    font-size: 0;
    word-wrap: normal;
    white-space: nowrap;
}

.m-page a,.m-page i,.m-page-total {
    letter-spacing: normal;
	font-size: 16px;
	text-decoration: none;
	color: #999;
}

.m-page a,.m-page i {
	margin: 0 8px;
	width: 30px;
	height: 30px;
    display: inline-block;
    *display: inline;
    vertical-align: top;
}
.m-page .first,.m-page .last{
	margin: 0 30px;
}
.m-page a{
	background-color: #f6fafb;
	border-radius: 25px;
}
.m-page a:hover,.m-page a.z-crt{
	background-color: #0098fe;
	color: #fff;
}
.m-page i {
	color: #999;
}
/* 添加分页跳转布局 */
.m-page i.i1 {
	margin:0;
}
.m-page .txt-page {
	width: 40px;
	height: 28px;
	line-height: 28px;
	color: #999;
	font-size: 14px;
	text-align: center;
	background: #fff;
	border: 1px solid #999;
}
.m-page .btn-page {
	margin-left: 5px;
	height: 28px;
	line-height: 22px;
	color: #999;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #999;
	border-radius: 3px;
	cursor: pointer;
}

/*******新版文章列表************/
.u-pic-list-box .u-side-l{
	float: left;
	width: 830px;
}
.u-pic-list-box .u-side-r{
	float: right;
	width: 275px;
}
.u-pic-list li{
	margin: 10px 0 48px;
	overflow: hidden;
}
.u-pic-list li .u-time{
	margin-right: 30px;
	float: left;
	width:99px;
	height: 111px;
	background-color: #f4f9fe;
	color: #333;
    border: 1px solid #dbedfd;
	text-align: center;
}
.u-pic-list li .u-time .p1{
	margin-top: 12px;
	font-size: 36px;
    font-weight: bold;
    color: #3b85da;
}
.u-pic-list li .u-time .p2{
	font-size: 16px;
	line-height: 1;
}
.u-pic-list li .u-topic-box{
	float: right;
	width: 701px;
}
.u-topic-box > .u-tt{
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 36px;
	color: #333;
}
.u-new-box1 .u-pic{
	float: left;
	margin-right: 30px;
	width: 254px;
	height: 190px;
	overflow: hidden;
	min-width: 254px;
	max-width: 190px;
}
.u-new-box1 .u-pic img{
	width: auto;
	height: 190px;
	transition: ease .6s;
}
.u-new-box1 .u-pic:hover img{
	transform: scale(1.1);
}
.u-new-box1 .u-detail{
	height: 190px;
	font-size: 15px;
	line-height: 27px;
	color: #666;
	/*text-align: justify;*/
}
.u-new-box1 .u-detail > a{
	color: #0098fe;
	text-decoration: none;
}
.u-topic-box .u-binfo {
	margin-top: 24px;
	padding: 10px 8px 10px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
	line-height: 24px;
	color: #757b85;
}
.u-topic-box .u-binfo .u-source{
	float: left;
}
.u-topic-box .u-binfo .u-share{
	float: right;
	width: 120px;
	display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.u-topic-box .u-binfo .u-share .icon-twitter{
	display: inline-block;
	margin-left: 8px;
	margin-right: 20px;
	width: 21px;
	height: 18px;
	background: url(../../img/icon/icon_twitter.png) 0 0 no-repeat;
	cursor: pointer;
}
.u-topic-box .u-binfo .u-share .icon-facebook{
	display: inline-block;
	width: 11px;
	height: 21px;
	background: url(../../img/icon/icon_facebook.png) 0 0 no-repeat;
	cursor: pointer;
}
.u-global-tt-box{
    height: 42px;
    line-height: 42px;
	border-bottom: 1px solid #e1e1e1;
}
.u-global-tt-box .u-global-tt{
    padding-right: 10px;
    display: inline-block;
    font-size: 24px;
	line-height: 42px;
	font-weight: 500;
    color: #3b85da;
    border-bottom: 1px solid #3b85da;
}
.u-global-tt1{
	margin: 0 0 10px 15px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.u-new-list_01 dt,.u-new-list_01 dd{
	position: relative;
	padding-left: 22px;
}
.u-new-list_01 dt .u-tt{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #414a5a;
	font-weight: bold;
	text-decoration: none;
}
.u-new-list_01 dt .p1{
	margin: 10px 0;
	font-size: 14px;
	line-height: 26px;
	color: #999;
}
.u-new-list_01 dt .p1 > a{
	color: #0098fe;
	text-decoration: none;
}
.u-new-list_01 dd > a,.u-new-list_02 li > a{
	font-size: 15px;
	line-height: 34px;
	display: block;
	color: #414a5a;
	text-decoration: none;
}

.u-new-list_01 dt:before,.u-new-list_01 dd:before{
	position: absolute;
	color:  #0098fe;
	top: 12px;
	left: 0;
	content: '';
	width: 6px;
	height: 9px;
	background: url(../../img/icon/icon_arrow_01.png) 0 0 no-repeat;
}
.u-new-list_02 li a{
	padding-left: 22px;
	background: url(../../img/icon/icon_arrow_01.png) 0 12px no-repeat;
	transition: none;
}
.u-new-list_02 li a:hover,.u-new-list_02 li a.z-crt{
	margin: 5px 0;
	padding: 10px 10px 10px 22px;
	background-color: #485460;
	background-image: url(../../img/icon/icon_arrow_02.png);
	background-position: 12px 16px;
	line-height: 22px;
	color: #fff;
	text-indent: 1em;
	border-radius: 5px;
	word-wrap: initial;
    white-space: initial;
    text-overflow: initial;
}
.u-tab-new-box .hd{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.u-tab-new-box .hd > a{
	margin: 5px 0;
	width: 99px;
	height: 36px;
	background-color: #f8f9fb;
	font-size: 14px;
	line-height: 36px;
	color: #414a5a;
	border-radius: 5px;
	text-decoration: none;
}
.u-tab-new-box .hd > a.z-crt{
	background-color: #0098fe;
	color: #fff;
}
.u-destoon-exhibit > .bd a{
    display: block;
}
.u-destoon-exhibit > .bd a > img{
	margin-top: 20px;
    max-width: 100%;
	height: 131px;
}
.m-index-box .u-destoon-exhibit > .bd a > img{
	margin-top: 0;
	height: auto;
}
.u-destoon-exhibit .bd.u-tow-column .u-img a{
	display: inherit;
}
.u-destoon-exhibit .bd.u-tow-column .u-img a img{
	width: 128px;
	height: 67px;
}
/*****图片列表********/
.u-destoon-exhibit > .bd .u-img,.u-pic-listbox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.u-pic-listbox::after{
	content: '';
	width: 255px;
}
.u-pic-listbox li{
	margin-bottom: 40px;
	width: 255px;
	color: #333;
}
.u-pic-listbox li > a{
	display: block;
	text-decoration: none;
}
.u-pic-listbox li .u-img{
	position: relative;
	width: 255px;
	height: 174px;
	overflow: hidden;
}
.u-pic-listbox li .u-img img{
	width: 100%;
	height: 100%;
	transition: ease .6s;
}
.u-pic-listbox li .p1{
	margin: 12px 0 15px;
	height: 44px;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
}
.u-pic-listbox .u-extra-info{
	padding-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.u-pic-listbox .u-extra-info .u-pv{
	padding-left: 25px;
	background: url(../../img/icon/icon_user_01.png) 0 center no-repeat;
}
.u-pic-listbox li > a:hover .u-img img{
	transform: scale(1.1);
}

/*******首页********/
.m-index-box{
	margin: 36px 0 0;
}
.m-slider-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.m-slider-box .u-slider-box{
	width: 670px;
}
.m-slider-box .u-slider-new,
.m-slider-box .u-slider-new-01 {
	width: 500px;
}
.u-slider-box .slideBox {
    width: 100%;
	height: 100%;
    position: relative;
}
.u-slider-box .slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 16px;
    bottom: 15px;
    z-index: 1;
    text-align: center;
}
.u-slider-box .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    list-style: none;
}
.u-slider-box .slideBox .hd ul li {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
}
.u-slider-box .slideBox .hd ul .on {
	width: 30px;
    background: #3b85da;
	border-radius: 25px;
}
.u-slider-box .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.u-slider-box .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.u-slider-box .slideBox .bd li::before{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	content: '';
	background:linear-gradient(-180deg,#000 11%,#161519 88%);
	background:linear-gradient(-180deg,rgba(0,0,0,0) 11%,rgba(22,21,25,.89) 88%)
}
.u-slider-box .slideBox .bd li img {
    width: 100%;
    height: 100%;
    display: block;
}
.u-slider-box .slideBox .bd li .p1 {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	background: rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-position: 0 0;*/
}
.u-slider-box .slideBox .bd li .p1 h3 {
	padding-left: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.m-slider-box .u-slider-new li{
	border: 1px solid #fff;
	transition: .6s;
}
.m-slider-box .u-slider-new li:hover{
	background-color: #f4f9fe;
	border: 1px solid #dbedfd;
}
.u-slider-new .u-sidebar-r > a{
	display: block;
	color: #333;
	text-decoration: none;
}
.u-slider-new .u-summary-box{
	padding: 12px 15px;
}
.u-slider-new .u-summary-box .u-con{
	max-height: 52px;
	overflow: hidden;
}
.m-index-box .u-destoon-exhibit{
	margin: 40px 0;
}
.m-index-box .hd .u-tt{
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
}
.m-index-box .hd .u-tt > a{
	text-decoration: none;
}
.m-index-box .u-destoon-exhibit > .bd{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.m-index-box .u-destoon-exhibit > .bd a{
	margin-top: 0;
}
.m-new-box{
	padding: 55px 0 60px;
	background-color: #f7f9fc;
}
.m-new-box .u-new-list1{
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.m-new-box .u-new-list1 li{
	width: 48%;
}
.u-new-list1 .u-summary-box{
	padding: 0;
}
.u-new-list1 .u-summary-box .u-sidebar-l{
	width: 100px;
}
.u-new-list1 .u-summary-box .u-tt{
	margin-bottom: 12px;
	line-height: 30px;
}
.u-new-list1 .u-summary-box .u-time{
	padding: 5px 0 15px;
	background-color: #478ac8;
	color: #fff;
}
.u-new-list1 .u-summary-box .u-time .p1{
	color: #fff;
}
/* 图文列表 */
.twList_01 li {
	padding: 22px;
	border: 1px solid #e0e0e1;
	background-color: #fff;
}
.twList_01 li + li{
	margin-top: 20px;
}
.twList_01 li h3 {
	position: relative;
	padding: 8px 0;
	line-height: 20px;
	font-size: 18px;
}
.twList_01 li h3::before {
	position: absolute;
	top: 14px;
	left: -22px;
	content: ' ';
	width: 4px;
	height: 8px;
	background: #0098fe;
}
.twList_01 li h3 a {
	display: block;
	color: #333333;
	text-decoration: none;
}
.twList_01 li .txt-con {
	color: #666666;
	line-height: 26px;
	font-size: 14px;
	max-height: 72px;
	overflow: hidden;
}
.twList_01 li .txt-con a {
	color: #0098fe;
}
.twList_01 li .info {
	margin-top: 10px;
	color: #999999;
	line-height: 24px;
	font-size: 14px;
}
.u-new-column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.u-new-column li{
	width: 274px;
	height: 322px;
	background-color: #fff;
	border: 1px solid #e0e0e1;
	text-align: center;
}
.u-new-column li > a{
	padding: 30px 25px 0;
	height: 100%;
	display: block;
	text-decoration: none;
}
.u-new-column li .u-icon-circle{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border: 1px solid #e0e0e1;
	border-radius: 50%;
	transition: ease-in-out .3s;
}
.u-new-column li .u-icon-circle > .iconfont{
	font-size: 30px;
	color: #3b85da;
	transition: ease-in-out .3s;
}
.u-new-column li > a:hover{
	transform: translateY(-15px);
}
.u-new-column li > a:hover .u-icon-circle{
	background-color: #3b85da;
	border: 1px solid #3b85da;
}
.u-new-column li > a:hover .u-icon-circle .iconfont{
	color: #fff;
}
.u-new-column li .u-tt{
	margin-top: 10px;
	position: relative;
	font-size: 18px;
	line-height: 36px;
	color: #333;
}
.u-new-column li .u-tt::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 32px;
	height: 1px;
	background-color: #ccc;
	transform: translateX(-50%);
}
.u-new-column li .p1{
	margin-top: 20px;
	line-height: 1.6;
	color: #666;
	text-align: left;
}
.u-history-box {
	padding: 50px 0;
}
.u-history-box .u-pic-listbox li{
	margin-right: 34px;
	width: 274px;
}
.u-history-box .u-pic-listbox li .u-img{
	position: relative;
	width: 274px;
	height: 184px;
}
.u-pic-listbox li .u-img .u-icon-video,.u-history-box .u-pic-listbox .u-icon-video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 43px;
	height: 43px;
	background: url(../../img/icon/icon_video_01.png) 0 0 no-repeat;
	transform: translateX(-50%) translateY(-50%);
	z-index: 88;
}
.u-history-box .slideBox1{
	position: relative;
}
.u-history-box .slideBox1 .hd {
    overflow: hidden;
    position: absolute;
	width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
}
.u-history-box .slideBox1 .hd ul {
    overflow: hidden;
    zoom: 1;
    list-style: none;
}
.u-history-box .slideBox1 .hd ul li {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    background: #bbd4f2;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
}
.u-history-box .slideBox1 .hd ul .on {
    background: #3b85da;
	border-radius: 25px;
}
.m-data-box{
	padding: 50px 0 50px;
	height: 383px;
	background: #f7f9fc;
}
.m-data-box .u-data-sch{
	margin: 20px 0 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.m-data-box .u-data-sch .u-ipt,.m-data-box .u-data-sch .u-sel{
	padding: 0 15px;
	height: 40px;
	border: 1px solid #e0e0e1;
	border-radius: 3px;
}
.m-data-box .u-data-sch .u-ipt{
	width: 480px;
}
.m-data-box .u-data-sch .u-sel{
	padding-right: 0;
	width: 252px;
}
.m-data-box .u-data-sch .u-btn-sub{
	width: 70px;
	height: 40px;
	background-color: #3b85da;
	border: 1px solid #3b85da;
	font-size: 14px;
	color: #fff;
	letter-spacing: 3px;
	border-radius: 3px;
}
.m-data-box .bd{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.m-data-box .bd > a{
	margin: 10px 0;
	padding-top: 10px;
	display: block;
	width: 286px;
	height: 120px;
	border: 1px solid #d1d1d1;
	text-decoration: none;
	text-align: center;
}
.m-data-box .bd .iconfont{
	margin-top: 10px;
	font-size: 35px;
	line-height: 64px;
	color: #3b85da;
}
.m-data-box .bd .p1{
	font-size: 18px;
	color: #333;
}
.m-data-box .bd > a:hover{
	background-color: #3b85da;
	border: 1px solid #3b85da;
	box-shadow: 0 8px 10px 0 #e8eaed;
}
.m-data-box .bd > a:hover .iconfont{
	color: #fff;
}
.m-data-box .bd > a:hover .p1{
	color: #fff;
}
.u-member-box{
	padding: 50px 0 20px;
}
.u-member-box .wrapper {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    position: relative;
    min-height: 380px;
    max-height: 400px;
}
.u-member-box .wrapper .container {
    position: relative;
}
.u-member-box .horizontal .container {
    width: 286px;
    height: 360px;
}
.u-member-box .container .cards-list {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #fff;
	box-shadow:  0 10px 10px 0 #ededed;
    border-radius: 3px;
    transition: 330ms;
}
.u-member-box .horizontal .cards-list {
    width: 100%;
}
.u-member-box .horizontal .cards-list > a {
	display: block;
	text-decoration: none;
}
.u-member-box .horizontal .img {
    height: 180px;
}
.u-member-box  .main-con {
	padding: 0 20px;
    width: 100%;
}
.u-member-box .img>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;
}
.u-member-box .main-con .name {
    padding-top: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.u-member-box .main-con .content {
    padding-top: 16px;
    height: 72px;
    font-size: 12px;
    color: #999;
    text-align: justify;
    line-height: 24px;
	overflow: hidden;
}
.u-member-box .main-con .label {
    font-size: 12px;
    color: #999;
    padding: 16px 0;
}
.u-member-box .btn-direct {
    position: absolute;
    top: 50%;
    z-index: 100000;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .2s;
}
.u-member-box .btn-direct.btn-left {
    left: 10px;
}
.u-member-box .btn-direct.btn-right {
    right: 10px;
}
.u-member-box .btn-direct>span {
    position: absolute;
    left: calc(50% - 9.6px);
    top: calc(50% - 9.6px);
    width: 19.2px;
    height: 19.2px;
    border-top: 3.2px solid #e0e0e1;
    border-left: 3.2px solid #e0e0e1;
}
.u-member-box .btn-direct:hover>span {
	border-top-color: #3b85da;
	border-left-color: #3b85da;
}
.u-member-box .horizontal .shift-left {
    transform: translateX(25%) rotate(-45deg);
}
.u-member-box .horizontal .shift-right {
    transform: translateX(-25%) rotate(135deg);
}
.u-member-box .cards-list[data-empile-slide-index='3']{
	background-color: #3b85da;
}
.u-member-box .cards-list[data-empile-slide-index='3'] .name,.u-member-box .cards-list[data-empile-slide-index='3'] .content,.u-member-box .cards-list[data-empile-slide-index='3'] .label{
	color: #fff;
}
.m-org-union-box{
	margin-top: 30px;
	padding: 60px 0;
	background-color: #f7f9fc;	
}
.m-org-union-box .u-org-union-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.m-org-union-box .u-org-union-box > div{
	padding: 30px 20px;
	width: 48%;
	background-color: #fff;
}
.m-org-union-box .m-art-box{
	margin-bottom: 0;
}
.m-org-union-box .hd {
	height: 120px;
	border-bottom: 1px solid #dfebf6;
}
.m-org-union-box .hd .u-sub-tt{
	font-size: 24px;
	line-height: 36px;
	color: #333;
	font-weight: normal;
}
.m-org-union-box .hd .iconfont{
	margin-right: 6px;
	color: #3b85da;
}
.m-org-union-box .hd .u-sub-tt a:hover{
	text-decoration: none;
}
.m-org-union-box .hd .u-desc{
	padding: 10px 4px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.m-org-union-box .m-art-box .u-art-list{
	margin-top: 20px;
	margin-left: 3px;
	font-size: 14px;
	line-height: 32px;
}
.m-org-union-box .m-art-box .u-art-list li::before{
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.m-org-union-box .m-art-box .u-art-list a{
	color: #666;
}
.m-org-union-box_2 .u-org-union-box > div{
	padding: 30px 20px;
	width: 32%;
	background-color: #fff;
}
.m-org-union-box_2 .hd {
	height: 180px;
}

.u-daily-update-box .hd .u-sch-box{
	font-size: 0;
	text-align: center;
}
.u-daily-update-box .hd .u-ipt{
	margin: 0 15px;
	padding: 0 10px;
	background: url(../../img/icon/txtRiliBg_01.png) 95% center no-repeat;
	width: 200px;
	height: 40px;
	font-size: 12px;
	color: #333;
	border: 1px solid #d6dce2;
}
.u-daily-update-box .hd .u-btn-sch{
	width: 125px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	background: #0076d3;
	border: none;
}
.u-daily-update-box .hd .u-sch-tips{
	margin: 15px 0 15px 15px;
    height: 40px;
    color: #0076d3;
    line-height: 40px;
    font-size: 16px;
    background: #e9f5ff;
	text-align: center;
}
/* 首页新增悬浮提示框 */
.tips_box {
	position: fixed;
	top: 245px;
	right: 5px;
	width: 300px;
	height: 200px;
	background: #fff;
	z-index: 9999;
}
.tips_box img {
	width: 300px;
	height: 200px;
}

/* 首页新闻列表 */
.ui-text-list-01 li {
	position: relative;
	padding: 15px 0 15px 17px;
	height: 60px;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ui-text-list-01 li::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 4px;
	height: 8px;
	background: #0098fe;
}
.ui-text-list-01 li a {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.ui-text-list-02 li {
	position: relative;
	padding-left: 15px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ui-text-list-02 li::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 5px;
	height: 5px;
	background: #a1b9ef;
}

/*网站置灰*/
.page-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
